Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] import matching should not remove value from importing row #46

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

nhatnm0612
Copy link
Contributor

What this does?

as discussed with @emjay0921 , import matching can make duplicate records for o2m and m2m relationship to current importing row. So we need to set it to False and recheck later in write() function. But since import match field data can be any type, this also clear the current key for import match. This is not a permanent fix, and need to re-check again

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 8, 2023
@gonzalesedwin1123 gonzalesedwin1123 merged commit 2d1ab2b into 15.1.1 Dec 8, 2023
3 of 4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm This PR has been approved by a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the odoo import match module to support multiple import configuration
3 participants